home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / vcsdemo / readme.txt < prev    next >
Text File  |  1996-04-08  |  1KB  |  20 lines

  1. Rick Hansen 
  2. CompuServe 70242,3367
  3.  
  4. 7/16/95
  5.  
  6. This project demonstrates how to use the version control capabilities in the Delphi IDE. It shows how you can use the VCSINTF unit and a little bit about how to use the TOOLINTF unit. 
  7.  
  8. There appears to be a bug in GetUnitCount and/or GetUnitName. If you compare the files in your project to the files returned by GetUnitName you will notice that there is one PAs file missing.
  9.  
  10. After you compile the VCSDEMO.DLL add the following lines to your DELPHI.INI file, so Delphi knows to use VCS and where to find the DLL. You must exit Delphi and restart it for VCS to be loaded.
  11.  
  12. [Version Control]
  13. VCSManager=J:\DELPHI\BIN\VCSDEMO.DLL ; this is the path to VCSDEMO.DLL
  14.  
  15. This demo is basically unsupported. Check out the Borland supplied files TOOLINTF.PAS VCSINTF.PAS, and VIRTINTF.PAS for waht little documentation exists. However, if you have any questions email me I will see what I can do.
  16.  
  17. If you need any Delphi development work please feel to contact me at CompuServe 70242,3367.
  18.  
  19.  
  20.